ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / SetTargets Method / SetTargets(DepthStencilView,Int32,RenderTargetView[]) Method

In This Topic
    SetTargets(DepthStencilView,Int32,RenderTargetView[]) Method
    In This Topic
    Binds a depth-stencil buffer and a set of render targets to the output-merger stage.
    Syntax
    'Declaration
     
    Public Overloads Sub SetTargets( _
       ByVal depthStencilView As DepthStencilView, _
       ByVal renderTargetCount As System.Integer, _
       ByVal renderTargetViews() As RenderTargetView _
    ) 
    public void SetTargets( 
       DepthStencilView depthStencilView,
       System.int renderTargetCount,
       RenderTargetView[] renderTargetViews
    )

    Parameters

    depthStencilView
    renderTargetCount
    renderTargetViews
    See Also